home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / system_http_proxy.schemas < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-17  |  7.1 KB  |  215 lines

  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3.   <schemalist>
  4.     <schema>
  5.       <key>/schemas/system/http_proxy/use_http_proxy</key>
  6.       <applyto>/system/http_proxy/use_http_proxy</applyto>
  7.       <owner>gnome-vfs</owner>
  8.       <type>bool</type>
  9.       <default>false</default>
  10.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  11.       <locale name="C">
  12.         <short>Use HTTP proxy</short>
  13.         <long>Enables the proxy settings when accessing HTTP over the
  14.         Internet.</long>
  15.       </locale>
  16.     </schema>
  17.  
  18.     <schema>
  19.       <key>/schemas/system/http_proxy/host</key>
  20.       <applyto>/system/http_proxy/host</applyto>
  21.       <owner>gnome-vfs</owner>
  22.       <type>string</type>
  23.       <default></default>
  24.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  25.       <locale name="C">
  26.         <short>HTTP proxy host name</short>
  27.         <long>The machine name to proxy HTTP through.</long>
  28.       </locale>
  29.     </schema>
  30.  
  31.     <schema>
  32.       <key>/schemas/system/http_proxy/port</key>
  33.       <applyto>/system/http_proxy/port</applyto>
  34.       <owner>gnome-vfs</owner>
  35.       <type>int</type>
  36.       <default>8080</default>
  37.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  38.       <locale name="C">
  39.         <short>HTTP proxy port</short>
  40.         <long>The port on the machine defined by "/system/http_proxy/host"
  41.         that you proxy through.</long>
  42.       </locale>
  43.     </schema>
  44.  
  45.     <schema>
  46.       <key>/schemas/system/http_proxy/use_authentication</key>
  47.       <applyto>/system/http_proxy/use_authentication</applyto>
  48.       <owner>gnome-vfs</owner>
  49.       <type>bool</type>
  50.       <default>false</default>
  51.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  52.       <locale name="C">
  53.         <short>Authenticate proxy server connections</short>
  54.         <long>If true, then connections to the proxy server require
  55.         authentication. The username/password combo is defined by
  56.         "/system/http_proxy/authentication_user" and
  57.         "/system/http_proxy/authentication_password".</long>
  58.       </locale>
  59.     </schema>
  60.  
  61.     <schema>
  62.       <key>/schemas/system/http_proxy/authentication_user</key>
  63.       <applyto>/system/http_proxy/authentication_user</applyto>
  64.       <owner>gnome-vfs</owner>
  65.       <type>string</type>
  66.       <default></default>
  67.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  68.       <locale name="C">
  69.         <short>HTTP proxy username</short>
  70.         <long>User name to pass as authentication when doing HTTP proxying.</long>
  71.       </locale>
  72.     </schema>
  73.  
  74.     <schema>
  75.       <key>/schemas/system/http_proxy/authentication_password</key>
  76.       <applyto>/system/http_proxy/authentication_password</applyto>
  77.       <owner>gnome-vfs</owner>
  78.       <type>string</type>
  79.       <default></default>
  80.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  81.       <locale name="C">
  82.         <short>HTTP proxy password</short>
  83.         <long>Password to pass as authentication when doing HTTP proxying.</long>
  84.       </locale>
  85.     </schema>
  86.  
  87.     <schema>
  88.       <key>/schemas/system/http_proxy/ignore_hosts</key>
  89.       <applyto>/system/http_proxy/ignore_hosts</applyto>
  90.       <owner>gnome-vfs</owner>
  91.       <type>list</type>
  92.       <list_type>string</list_type>
  93.       <default>[localhost,127.0.0.0/8,*.local]</default>
  94.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  95.       <locale name="C">
  96.         <short>Non-proxy hosts</short>
  97.         <long>This key contains a list of hosts which are connected to
  98.     directly, rather than via the proxy (if it is active). The values can
  99.     be hostnames, domains (using an initial wildcard like *.foo.com), IP
  100.     host addresses (both IPv4 and IPv6) and network addresses with a
  101.     netmask (something like 192.168.0.0/24).</long>
  102.       </locale>
  103.     </schema>
  104.  
  105.     <schema>
  106.       <key>/schemas/system/proxy/mode</key>
  107.       <applyto>/system/proxy/mode</applyto>
  108.       <owner>gnome-vfs</owner>
  109.       <type>string</type>
  110.       <default>none</default>
  111.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  112.       <locale name="C">
  113.         <short>Proxy configuration mode</short>
  114.         <long>Select the proxy configuration mode. Supported values are
  115.     "none", "manual", "auto".</long>
  116.       </locale>
  117.     </schema>
  118.  
  119.     <schema>
  120.       <key>/schemas/system/proxy/secure_host</key>
  121.       <applyto>/system/proxy/secure_host</applyto>
  122.       <owner>gnome-vfs</owner>
  123.       <type>string</type>
  124.       <default></default>
  125.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  126.       <locale name="C">
  127.         <short>Secure HTTP proxy host name</short>
  128.         <long>The machine name to proxy secure HTTP through.</long>
  129.       </locale>
  130.     </schema>
  131.  
  132.     <schema>
  133.       <key>/schemas/system/proxy/secure_port</key>
  134.       <applyto>/system/proxy/secure_port</applyto>
  135.       <owner>gnome-vfs</owner>
  136.       <type>int</type>
  137.       <default>0</default>
  138.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  139.       <locale name="C">
  140.         <short>Secure HTTP proxy port</short>
  141.         <long>The port on the machine defined by "/system/proxy/secure_host"
  142.         that you proxy through.</long>
  143.       </locale>
  144.     </schema>
  145.  
  146.     <schema>
  147.       <key>/schemas/system/proxy/ftp_host</key>
  148.       <applyto>/system/proxy/ftp_host</applyto>
  149.       <owner>gnome-vfs</owner>
  150.       <type>string</type>
  151.       <default></default>
  152.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  153.       <locale name="C">
  154.         <short>FTP proxy host name</short>
  155.         <long>The machine name to proxy FTP through.</long>
  156.       </locale>
  157.     </schema>
  158.  
  159.     <schema>
  160.       <key>/schemas/system/proxy/ftp_port</key>
  161.       <applyto>/system/proxy/ftp_port</applyto>
  162.       <owner>gnome-vfs</owner>
  163.       <type>int</type>
  164.       <default>0</default>
  165.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  166.       <locale name="C">
  167.         <short>FTP proxy port</short>
  168.         <long>The port on the machine defined by "/system/proxy/ftp_host"
  169.         that you proxy through.</long>
  170.       </locale>
  171.     </schema>
  172.  
  173.     <schema>
  174.       <key>/schemas/system/proxy/socks_host</key>
  175.       <applyto>/system/proxy/socks_host</applyto>
  176.       <owner>gnome-vfs</owner>
  177.       <type>string</type>
  178.       <default></default>
  179.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  180.       <locale name="C">
  181.         <short>SOCKS proxy host name</short>
  182.         <long>The machine name to proxy socks through.</long>
  183.       </locale>
  184.     </schema>
  185.  
  186.     <schema>
  187.       <key>/schemas/system/proxy/socks_port</key>
  188.       <applyto>/system/proxy/socks_port</applyto>
  189.       <owner>gnome-vfs</owner>
  190.       <type>int</type>
  191.       <default>0</default>
  192.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  193.       <locale name="C">
  194.         <short>SOCKS proxy port</short>
  195.         <long>The port on the machine defined by "/system/proxy/socks_host"
  196.         that you proxy through.</long>
  197.       </locale>
  198.     </schema>
  199.  
  200.     <schema>
  201.       <key>/schemas/system/proxy/autoconfig_url</key>
  202.       <applyto>/system/proxy/autoconfig_url</applyto>
  203.       <owner>gnome-vfs</owner>
  204.       <type>string</type>
  205.       <default></default>
  206.       <gettext_domain>gnome-vfs-2.0</gettext_domain>
  207.       <locale name="C">
  208.         <short>Automatic proxy configuration URL</short>
  209.         <long>URL that provides proxy configuration values.</long>
  210.       </locale>
  211.     </schema>
  212.  
  213.   </schemalist>
  214. </gconfschemafile>
  215.